home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / hateml / HateML_10063.exe / {app} / Data / JS / JS.DAT next >
Text File  |  2006-02-16  |  7KB  |  365 lines

  1. JavaScript
  2.     Window
  3.         History
  4.             history.length
  5.             history.back(..)
  6.             history.forward(..)
  7.             history.go(..)
  8.         Location
  9.             location.hash
  10.             location.host
  11.             location.hostname
  12.             location.href
  13.             location.pathname
  14.             location.port
  15.             location.protocol
  16.             location.search
  17.             location.reload(..)
  18.             window.location.replace("..")
  19.         Document
  20.             Form
  21.                 document.form.action
  22.                 document.form.elements[..]
  23.                 document.form.encoding
  24.                 document.form.length
  25.                 document.form.method
  26.                 document.form.reset(..)
  27.                 document.form.submit(..)
  28.                 document.form.target
  29.             Image
  30.                 border
  31.                 complete
  32.                 height
  33.                 hspace
  34.                 lowsrc
  35.                 name
  36.                 prototype
  37.                 src
  38.                 vspace
  39.                 width
  40.             Link
  41.                 document.link.hash
  42.                 document.link.host
  43.                 document.link.hostname
  44.                 document.link.href
  45.                 document.link.pathname
  46.                 document.link.port
  47.                 document.link.protocol
  48.                 document.link.search
  49.                 document.link.target 
  50.             document.alinkColor
  51.             document.anchors[..]
  52.             document.bgColor
  53.             document.cookie
  54.             document.embeds
  55.             document.fgColor
  56.             document.forms[..]
  57.             document.lastModified
  58.             document.linkColor
  59.             document.links[..]
  60.             document.location
  61.             document.referrer
  62.             document.title
  63.             document.vlinkColor
  64.             document.clear(..)
  65.             document.close(..)
  66.             document.open(..)
  67.             document.write("..")
  68.             document.writeln("..")
  69.         Frame
  70.             frame.frames
  71.             frame.name
  72.             frame.length
  73.             frame.parent
  74.             frame.self
  75.             frame.window
  76.             frame.blur(..)
  77.             frame.clearTimeout(..)
  78.             frame.focus(..)
  79.             frame.setTimeout(..)
  80.         window.defaultStatus
  81.         window.frames[..]
  82.         window.length
  83.         window.name
  84.         window.opener
  85.         window.parent
  86.         window.self
  87.         window.status
  88.         window.top
  89.         window.alert("..")
  90.         window.blur(..)
  91.         window.clearTimeout(..)
  92.         window.close(..)
  93.         window.confirm("..")
  94.         window.focus(..)
  95.         window.open("..", "")
  96.         window.prompt("..", "")
  97.         window.scroll(..)
  98.         window.setTimeout(..)
  99.     Navigator
  100.         navigator.appCodeName
  101.         navigator.appName
  102.         navigator.appVersion
  103.         navigator.javaEnabled(..)
  104.         navigator.mimeTypes
  105.         navigator.plugins
  106.         navigator.userAgent
  107.         Plugins
  108.             description
  109.             filename
  110.             length
  111.             name
  112.     Date and time
  113.         prototype
  114.         getDate(..)
  115.         getDay(..)
  116.         getHours(..)
  117.         getMinutes(..)
  118.         getMonth(..)
  119.         getSeconds(..)
  120.         getTime(..)
  121.         getTimezoneOffset(..)
  122.         getYear(..)
  123.         parse("..")
  124.         setDate(..)
  125.         setHours(..)
  126.         setMinutes(..)
  127.         setMonth(..)
  128.         setSeconds(..)
  129.         setTime(..)
  130.         setYear(..)
  131.         toGMTString(..)
  132.         toLocaleString(..)
  133.         UTC(..)
  134.     Math
  135.         Math.E
  136.         Math.LN2
  137.         Math.LN10
  138.         Math.LOG2E
  139.         Math.LOG10E
  140.         Math.PI
  141.         Math.SQRT1_2
  142.         Math.SQRT2
  143.         Math.abs(..)
  144.         Math.acos(..)
  145.         Math.asin(..)
  146.         Math.atan(..)
  147.         Math.ceil(..)
  148.         Math.cos(..)
  149.         Math.exp(..)
  150.         Math.floor(..)
  151.         Math.log(..)
  152.         Math.max(..)
  153.         Math.min(..)
  154.         Math.pow(..)
  155.         Math.random(..)
  156.         Math.round(..)
  157.         Math.sin(..)
  158.         Math.sqrt(..)
  159.         Math.tan(..)
  160.     String
  161.         length
  162.         prototype
  163.         anchor("..")
  164.         big(..)
  165.         blink(..)
  166.         bold(..)
  167.         charAt(..)
  168.         fixed(..)
  169.         fontcolor("..")
  170.         fontsize(..)
  171.         indexOf(..)
  172.         italics(..)
  173.         lastIndexOf(..)
  174.         link("..")
  175.         small(..)
  176.         split(..)
  177.         strike(..)
  178.         sub(..)
  179.         substring(..)
  180.         sup(..)
  181.         toLowerCase(..)
  182.         toUpperCase(..) 
  183.     Reserved words
  184.         abstract
  185.         boolean
  186.         byte
  187.         case
  188.         catch
  189.         char
  190.         class
  191.         const
  192.         default
  193.         do
  194.         double
  195.         extends
  196.         false
  197.         final
  198.         finally
  199.         float
  200.         function
  201.         goto
  202.         implements
  203.         import
  204.         instanceof
  205.         int
  206.         interface
  207.         long
  208.         native
  209.         null
  210.         package
  211.         private
  212.         protected
  213.         public
  214.         return
  215.         short
  216.         static
  217.         super
  218.         switch
  219.         synchronized
  220.         throw
  221.         throws
  222.         transient
  223.         true
  224.         try
  225.         var
  226.         void
  227. Events
  228.     Window
  229.         Document
  230.             Form
  231.                 onAfterUpdate=".."
  232.                 onBeforeUpdate=".."
  233.                 onClick=".."
  234.                 onDataAvailable=".."
  235.                 onDataSetChanged=".."
  236.                 onDataSetComplete=".."
  237.                 onDblClick=".."
  238.                 onDragStart=".."
  239.                 onErrorUpdate=".."
  240.                 onFilterChange=".."
  241.                 onHelp=".."
  242.                 onKeyDown=".."
  243.                 onKeyPress=".."
  244.                 onKeyUp=".."
  245.                 onMouseDown=".."
  246.                 onMouseMove=".."
  247.                 onMouseOut=".."
  248.                 onMouseOver=".."
  249.                 onMouseUp=".."
  250.                 onReset=".."
  251.                 onRowEnter=".."
  252.                 onRowExit=".."
  253.                 onSelectStart=".."
  254.                 onSubmit=".."
  255.             Image
  256.                 onAbort=".."
  257.                 onAfterUpdate=".."
  258.                 onBeforeUpdate=".."
  259.                 onBlur=".."
  260.                 onClick=".."
  261.                 onDataAvailable=".."
  262.                 onDataSetChanged=".."
  263.                 onDataSetComplete=".."
  264.                 onDblClick=".."
  265.                 onDragStart=".."
  266.                 onErrorUpdate=".."
  267.                 onFilterChange=".."
  268.                 onFocus=".."
  269.                 onHelp=".."
  270.                 onKeyDown=".."
  271.                 onKeyPress=".."
  272.                 onKeyUp=".."
  273.                 onLoad=".."
  274.                 onMouseDown=".."
  275.                 onMouseMove=".."
  276.                 onMouseOut=".."
  277.                 onMouseOver=".."
  278.                 onMouseUp=".."
  279.                 onReadyStateChange=".."
  280.                 onResize=".."
  281.                 onRowEnter=".."
  282.                 onRowExit=".."
  283.                 onSelectStart=".."
  284.             Link
  285.                 onAfterUpdate=".."
  286.                 onBeforeUpdate=".."
  287.                 onClick=".."
  288.                 onDataAvailable=".."
  289.                 onDataSetChanged=".."
  290.                 onDataSetComplete=".."
  291.                 onDblClick=".."
  292.                 onDragStart=".."
  293.                 onError=".."
  294.                 onErrorUpdate=".."
  295.                 onFilterChange=".."
  296.                 onHelp=".."
  297.                 onKeyDown=".."
  298.                 onKeyPress=".."
  299.                 onKeyUp=".."
  300.                 onLoad=".."
  301.                 onMouseDown=".."
  302.                 onMouseMove=".."
  303.                 onMouseOut=".."
  304.                 onMouseOver=".."
  305.                 onMouseUp=".."
  306.                 onReadyStateChange=".."
  307.                 onRowEnter=".."
  308.                 onRowExit=".."
  309.                 onSelectStart=".."
  310.             onAfterUpdate=".."
  311.             onBeforeUpdate=".."
  312.             onClick=".."
  313.             onDblClick=".."
  314.             onDragStart=".."
  315.             onErrorUpdate=".."
  316.             onHelp=".."
  317.             onKeyDown=".."
  318.             onKeyPress=".."
  319.             onKeyUp=".."
  320.             onMouseDown=".."
  321.             onMouseMove=".."
  322.             onMouseOut=".."
  323.             onMouseOver=".."
  324.             onMouseUp=".."
  325.             onReadyStateChange=".."
  326.             onRowEnter=".."
  327.             onRowExit=".."
  328.             onSelectStart=".."
  329.         Frame
  330.             onAfterUpdate=".."
  331.             onBeforeUpdate=".."
  332.             onBlur=".."
  333.             onClick=".."
  334.             onDataAvailable=".."
  335.             onDataSetChanged=".."
  336.             onDataSetComplete=".."
  337.             onDblClick=".."
  338.             onDragStart=".."
  339.             onErrorUpdate=".."
  340.             onFilterChange=".."
  341.             onFocus=".."
  342.             onHelp=".."
  343.             onKeyDown=".."
  344.             onKeyPress=".."
  345.             onKeyUp=".."
  346.             onLoad=".."
  347.             onMouseDown=".."
  348.             onMouseMove=".."
  349.             onMouseOut=".."
  350.             onMouseOver=".."
  351.             onMouseUp=".."
  352.             onResize=".."
  353.             onRowEnter=".."
  354.             onRowExit=".."
  355.             onSelectStart=".."
  356.         onBeforeUnload=".."
  357.         onBlur=".."
  358.         onError=".."
  359.         onFocus=".."
  360.         onHelp=".."
  361.         onLoad=".."
  362.         onResize=".."
  363.         onScroll=".."
  364.         onUnLoad=".."
  365.